home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / SciCalc1.1 / Source / Makefile < prev    next >
Makefile  |  1994-04-08  |  1KB  |  56 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = SciCalc
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = SciCalc.tiff
  16. LOCAL_RESOURCES = SciCalc.nib
  17.  
  18. GLOBAL_RESOURCES = HelpWindow.nib InfoWindow.nib 10ToTheX.tiff\
  19.                    darrow.tiff eToTheX.tiff SciCalc.tiff Trilobite.tiff\
  20.                    uarrow.tiff XToThe-1.tiff XToThe2.tiff XToTheY.tiff\
  21.                    DaffyLaugh.snd
  22.  
  23. CLASSES = Calculator.m DaWindow.m HelpWindow.m InfoWindow.m LcdText.m\
  24.           OperatorStack.m PanelManager.m SciCalc.m ValueStack.m
  25.  
  26. HFILES = nxkeycodes.h Calculator.h DaWindow.h HelpWindow.h\
  27.          InfoWindow.h LcdText.h OperatorStack.h PanelManager.h\
  28.          SciCalc.h ValueStack.h
  29.  
  30. MFILES = SciCalc_main.m
  31.  
  32. CFILES = nxu_dmpevt.c str_hexbin.c
  33.  
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. MAKEFILE = app.make
  38. INSTALLDIR = $(HOME)/Apps
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app SciCalc.tiff
  43.  
  44. LIBS = -lMedia_s -lNeXT_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.